mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
Exclude ampclass.h from Doxygen processing
Exclude ampclass.h from Doxygen processing for now.
This commit is contained in:
parent
f4899caf17
commit
7b32e58a76
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ INPUT = @top_srcdir@/doc/index.doxygen \
|
|||
@top_srcdir@/include/hamlib/ \
|
||||
@top_srcdir@/src/
|
||||
|
||||
EXCLUDE = @top_srcdir@/src/amp_conf.h
|
||||
EXCLUDE = @top_srcdir@/src/amp_conf.h \
|
||||
@top_srcdir@/include/hamlib/ampclass.h
|
||||
|
||||
INCLUDE_PATH = @top_srcdir@/include
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue