From 6e3c648cffb14bc52c40e02925c3d2bf250c86c3 Mon Sep 17 00:00:00 2001 From: Austin Henriksen Date: Thu, 17 Oct 2019 09:40:26 -0400 Subject: [PATCH] Fixed incorrect tag name in doxygen mainpage. Also changed doxygen config to only document slice files, and to generate documentation in the 'freeze' folder (instead of 'html' by default) --- doxygen/config | 48 ++------------------------------------------- doxygen/mainpage.md | 2 +- 2 files changed, 3 insertions(+), 47 deletions(-) diff --git a/doxygen/config b/doxygen/config index 25cf0282..ce2fd77b 100644 --- a/doxygen/config +++ b/doxygen/config @@ -855,51 +855,7 @@ INPUT_ENCODING = UTF-8 # *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, # *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice. -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 \ - *.pyw \ - *.f90 \ - *.f95 \ - *.f03 \ - *.f08 \ - *.f \ - *.for \ - *.tcl \ - *.vhd \ - *.vhdl \ - *.ucf \ - *.qsf \ - *.ice +FILE_PATTERNS = *.ice # The RECURSIVE tag can be used to specify whether or not subdirectories should # be searched for input files as well. @@ -1152,7 +1108,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = +HTML_OUTPUT = freeze # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp). diff --git a/doxygen/mainpage.md b/doxygen/mainpage.md index e52b6fce..25a031d4 100644 --- a/doxygen/mainpage.md +++ b/doxygen/mainpage.md @@ -3,7 +3,7 @@ Overview This Slice API reference was generated from the Slice files in the [zeroc-ice/freeze GitHub repository](https://github.com/zeroc-ice/freeze/tree/3.7/slice) -using [Doxygen](http://www.doxygen.nl/). We provide a [tag file](../slice.tag) if you +using [Doxygen](http://www.doxygen.nl/). We provide a [tag file](../freeze.tag) if you would like to include links to this documentation in your own Doxygen projects. The [language mapping chapters](https://doc.zeroc.com/ice/3.7/language-mappings)