Skip to content

Commit

Permalink
Reorder : Input configuration to fix Output
Browse files Browse the repository at this point in the history
Reference : Without this the output does not include Topics , Namespaces and Classes.

Signed-off-by: Adarsh <Adarshbunny293@gmail.com>
  • Loading branch information
AdarshRawat1 committed Jun 24, 2024
1 parent 6ce138a commit c152a41
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/doxygen/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -942,9 +942,14 @@ WARN_LOGFILE = p4c-doxygen-warn.log
INPUT = ../../docs/README.md \
../../docs/doxygen/00_revision_history.md \
../../docs/doxygen/01_overview.md \
../../docs/doxygen \
../../frontends \
../../midend \
../../docs/IR.md \
../../lib/README.md \
../../lib \
../../ir/README.md \
../../ir \
../../CHANGELOG.md \
../../backends/bmv2/README.md \
../../backends/dpdk/README.md \
Expand All @@ -963,14 +968,9 @@ INPUT = ../../docs/README.md \
../../backends/ubpf/README.md \
../../backends/ubpf/docs/EXAMPLES.md \
../../backends/ubpf/tests/README.md \
../../docs/doxygen \ # Previous doxygen input configuration files
../../frontends \
../../midend \
../../backends \
../../lib \
../../ir \
../../control-plane \

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
Expand Down

0 comments on commit c152a41

Please sign in to comment.