Skip to content

Commit

Permalink
Fixed incorrect tag name in doxygen mainpage.
Browse files Browse the repository at this point in the history
Also changed doxygen config to only document slice files, and to generate
documentation in the 'freeze' folder (instead of 'html' by default)
  • Loading branch information
InsertCreativityHere committed Oct 17, 2019
1 parent c132d2f commit 6e3c648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 47 deletions.
48 changes: 2 additions & 46 deletions doxygen/config
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion doxygen/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6e3c648

Please sign in to comment.