diff --git a/Doc/doxygen/DoxyfileBootCommander b/Doc/doxygen/DoxyfileBootCommander index 327866fd..c59287df 100644 --- a/Doc/doxygen/DoxyfileBootCommander +++ b/Doc/doxygen/DoxyfileBootCommander @@ -1325,7 +1325,7 @@ DOCSET_PUBLISHER_NAME = Publisher # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_HTMLHELP = YES +GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm # file. You can add a path in front of the file if the result should not be diff --git a/Doc/doxygen/DoxyfileBootCommander.bat b/Doc/doxygen/DoxyfileBootCommander.bat index 73215615..c08bd8b1 100644 --- a/Doc/doxygen/DoxyfileBootCommander.bat +++ b/Doc/doxygen/DoxyfileBootCommander.bat @@ -3,13 +3,9 @@ :: - DoxyGen (doxygen.exe) :: - Graphviz (dot.exe) :: - MikTex (pdflatex.exe) -:: - HTML Help Workshop compiler (hhc.exe) if exist ..\RM_BootCommander.pdf del ..\RM_BootCommander.pdf if exist ..\RM_BootCommander.chm del ..\RM_BootCommander.chm doxygen.exe DoxyfileBootCommander -:: call .\output\BootCommander\latex\make.bat -:: call copy .\output\BootCommander\latex\refman.pdf ..\RM_BootCommander.pdf -:: Remove the comment on the next line to automatically open the generated PDF file -:: call start "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" ..\RM_BootCommander.pdf -:: Remove the comment on the next line to automatically open the generated CHM file -:: start .\..\RM_BootCommander.chm +call .\output\BootCommander\latex\make.bat +call copy .\output\BootCommander\latex\refman.pdf ..\RM_BootCommander.pdf + diff --git a/Doc/doxygen/DoxyfileLibOpenBLT b/Doc/doxygen/DoxyfileLibOpenBLT index 93a116df..1dfc69d3 100644 --- a/Doc/doxygen/DoxyfileLibOpenBLT +++ b/Doc/doxygen/DoxyfileLibOpenBLT @@ -1331,7 +1331,7 @@ DOCSET_PUBLISHER_NAME = Publisher # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_HTMLHELP = YES +GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm # file. You can add a path in front of the file if the result should not be diff --git a/Doc/doxygen/DoxyfileLibOpenBLT.bat b/Doc/doxygen/DoxyfileLibOpenBLT.bat index 70f19c92..2ff0f100 100644 --- a/Doc/doxygen/DoxyfileLibOpenBLT.bat +++ b/Doc/doxygen/DoxyfileLibOpenBLT.bat @@ -3,13 +3,9 @@ :: - DoxyGen (doxygen.exe) :: - Graphviz (dot.exe) :: - MikTex (pdflatex.exe) -:: - HTML Help Workshop compiler (hhc.exe) if exist ..\RM_LibOpenBLT.pdf del ..\RM_LibOpenBLT.pdf if exist ..\RM_LibOpenBLT.chm del ..\RM_LibOpenBLT.chm doxygen.exe DoxyfileLibOpenBLT -:: call .\output\LibOpenBLT\latex\make.bat -:: call copy .\output\LibOpenBLT\latex\refman.pdf ..\RM_LibOpenBLT.pdf -:: Remove the comment on the next line to automatically open the generated PDF file -:: call start "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" ..\RM_LibOpenBLT.pdf -:: Remove the comment on the next line to automatically open the generated CHM file -:: start .\..\RM_LibOpenBLT.chm +call .\output\LibOpenBLT\latex\make.bat +call copy .\output\LibOpenBLT\latex\refman.pdf ..\RM_LibOpenBLT.pdf + diff --git a/Doc/doxygen/DoxyfileOpenBLT b/Doc/doxygen/DoxyfileOpenBLT index ba47483d..1c4bb705 100644 --- a/Doc/doxygen/DoxyfileOpenBLT +++ b/Doc/doxygen/DoxyfileOpenBLT @@ -1328,7 +1328,7 @@ DOCSET_PUBLISHER_NAME = Publisher # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_HTMLHELP = YES +GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm # file. You can add a path in front of the file if the result should not be @@ -2323,7 +2323,7 @@ COLLABORATION_GRAPH = YES # The default value is: YES. # This tag requires that the tag HAVE_DOT is set to YES. -GROUP_GRAPHS = YES +GROUP_GRAPHS = NO # If the UML_LOOK tag is set to YES, doxygen will generate inheritance and # collaboration diagrams in a style similar to the OMG's Unified Modeling @@ -2492,7 +2492,7 @@ PLANTUML_INCLUDE_PATH = # Minimum value: 0, maximum value: 10000, default value: 50. # This tag requires that the tag HAVE_DOT is set to YES. -DOT_GRAPH_MAX_NODES = 500 +DOT_GRAPH_MAX_NODES = 50 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs # generated by dot. A depth value of 3 means that only nodes reachable from the @@ -2504,7 +2504,7 @@ DOT_GRAPH_MAX_NODES = 500 # Minimum value: 0, maximum value: 1000, default value: 0. # This tag requires that the tag HAVE_DOT is set to YES. -MAX_DOT_GRAPH_DEPTH = 1000 +MAX_DOT_GRAPH_DEPTH = 3 # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent # background. This is disabled by default, because dot on Windows does not seem diff --git a/Doc/doxygen/DoxyfileOpenBLT.bat b/Doc/doxygen/DoxyfileOpenBLT.bat index eb1e5699..139cb598 100644 --- a/Doc/doxygen/DoxyfileOpenBLT.bat +++ b/Doc/doxygen/DoxyfileOpenBLT.bat @@ -3,13 +3,9 @@ :: - DoxyGen (doxygen.exe) :: - Graphviz (dot.exe) :: - MikTex (pdflatex.exe) -:: - HTML Help Workshop compiler (hhc.exe) if exist ..\RM_OpenBLT.pdf del ..\RM_OpenBLT.pdf if exist ..\RM_OpenBLT.chm del ..\RM_OpenBLT.chm doxygen.exe DoxyfileOpenBLT -:: call .\output\OpenBLT\latex\make.bat -:: call copy .\output\OpenBLT\latex\refman.pdf ..\RM_OpenBLT.pdf -:: Remove the comment on the next line to automatically open the generated PDF file -:: call start "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" ..\RM_OpenBLT.pdf -:: Remove the comment on the next line to automatically open the generated CHM file -:: start .\..\RM_OpenBLT.chm +call .\output\OpenBLT\latex\make.bat +call copy .\output\OpenBLT\latex\refman.pdf ..\RM_OpenBLT.pdf + diff --git a/Doc/doxygen/DoxyfileSeedNKey b/Doc/doxygen/DoxyfileSeedNKey index 2ca7a7e7..f7667d84 100644 --- a/Doc/doxygen/DoxyfileSeedNKey +++ b/Doc/doxygen/DoxyfileSeedNKey @@ -1325,7 +1325,7 @@ DOCSET_PUBLISHER_NAME = Publisher # The default value is: NO. # This tag requires that the tag GENERATE_HTML is set to YES. -GENERATE_HTMLHELP = YES +GENERATE_HTMLHELP = NO # The CHM_FILE tag can be used to specify the file name of the resulting .chm # file. You can add a path in front of the file if the result should not be diff --git a/Doc/doxygen/DoxyfileSeedNKey.bat b/Doc/doxygen/DoxyfileSeedNKey.bat index 9167657a..9888c5ec 100644 --- a/Doc/doxygen/DoxyfileSeedNKey.bat +++ b/Doc/doxygen/DoxyfileSeedNKey.bat @@ -3,13 +3,9 @@ :: - DoxyGen (doxygen.exe) :: - Graphviz (dot.exe) :: - MikTex (pdflatex.exe) -:: - HTML Help Workshop compiler (hhc.exe) if exist ..\RM_SeedNKey.pdf del ..\RM_SeedNKey.pdf if exist ..\RM_SeedNKey.chm del ..\RM_SeedNKey.chm doxygen.exe DoxyfileSeedNKey -:: call .\output\SeedNKey\latex\make.bat -:: call copy .\output\SeedNKey\latex\refman.pdf ..\RM_SeedNKey.pdf -:: Remove the comment on the next line to automatically open the generated PDF file -:: call start "C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" ..\RM_SeedNKey.pdf -:: Remove the comment on the next line to automatically open the generated CHM file -:: start .\..\RM_SeedNKey.chm +call .\output\SeedNKey\latex\make.bat +call copy .\output\SeedNKey\latex\refman.pdf ..\RM_SeedNKey.pdf +