|
|
|
@ -1008,7 +1008,7 @@ if testtag AX_USE_DOXYGEN; then |
|
|
|
|
doxyadd ALIASES '"readme=@README_HTML@"' |
|
|
|
|
doxyadd ALIASES '"author=<a href="@AUTHOR_URL@" target="_blank">@AUTHOR_NAME@</a>"' |
|
|
|
|
if testtag AX_USE_PLANTUML; then |
|
|
|
|
doxyadd ALIASES '"startuml{1}=\\image html \\1\\n\\image latex \\1\\n\\if DontIgnorePlantUMLCode"' |
|
|
|
|
doxyadd ALIASES '"startuml{1}=@image html \\1\\n@image latex \\1\\n\\if DontIgnorePlantUMLCode"' |
|
|
|
|
doxyadd ALIASES '"enduml=\\endif"' |
|
|
|
|
doxyadd IMAGE_PATH '"gen-uml-images"' |
|
|
|
|
fi |
|
|
|
@ -1040,7 +1040,8 @@ if testtag AX_USE_DOXYGEN; then |
|
|
|
|
fi |
|
|
|
|
if testtag AX_USE_NODEJS; then |
|
|
|
|
doxyadd INPUT "@top_srcdir@/nodejs" |
|
|
|
|
doxyreplace EXCLUDE "@top_srcdir@/nodejs/node_modules" |
|
|
|
|
doxyadd EXCLUDE "@top_srcdir@/nodejs/node_modules" |
|
|
|
|
doxyadd EXCLUDE "@top_srcdir@/nodejs/public/javascripts/ext" |
|
|
|
|
fi |
|
|
|
|
doxyreplace FILE_PATTERNS '*.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.idl *.ddl *.odl *.h *.hh *.hxx *.hpp *.h++ *.cs *.d *.php *.php4 *.php5 *.phtml *.inc *.m *.markdown *.md *.mm *.dox *.py *.f90 *.f *.for *.tcl *.vhd *.vhdl *.ucf *.qsf *.as *.js *.wt *.sql' |
|
|
|
|
doxyreplace RECURSIVE YES |
|
|
|
|