mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-24 14:31:15 +00:00
Tweaked doxygen documentation. #672
This commit is contained in:
parent
7782e89666
commit
6a4fd1fdad
2
Makefile
2
Makefile
@ -5,6 +5,6 @@ test:
|
|||||||
clean:
|
clean:
|
||||||
mvn clean
|
mvn clean
|
||||||
doxygen:
|
doxygen:
|
||||||
mkdir target
|
mkdir -p target
|
||||||
doxygen src/main/doxygen/doxygen.conf
|
doxygen src/main/doxygen/doxygen.conf
|
||||||
|
|
||||||
|
@ -1075,7 +1075,7 @@ INPUT += README.md
|
|||||||
# also VERBATIM_HEADERS is set to NO.
|
# also VERBATIM_HEADERS is set to NO.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
SOURCE_BROWSER = YES
|
SOURCE_BROWSER = NO
|
||||||
|
|
||||||
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
||||||
# classes and enums directly into the documentation.
|
# classes and enums directly into the documentation.
|
||||||
@ -1108,7 +1108,7 @@ REFERENCES_RELATION = NO
|
|||||||
# link to the documentation.
|
# link to the documentation.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
|
|
||||||
REFERENCES_LINK_SOURCE = YES
|
REFERENCES_LINK_SOURCE = NO
|
||||||
|
|
||||||
# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
|
||||||
# source code will show a tooltip with additional information such as prototype,
|
# source code will show a tooltip with additional information such as prototype,
|
||||||
@ -1148,7 +1148,7 @@ USE_HTAGS = NO
|
|||||||
# See also: Section \class.
|
# See also: Section \class.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
|
|
||||||
VERBATIM_HEADERS = YES
|
VERBATIM_HEADERS = NO
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the alphabetical class index
|
# Configuration options related to the alphabetical class index
|
||||||
|
Loading…
Reference in New Issue
Block a user