Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Initial sequence of pages in Documentation #4758

Merged
merged 5 commits into from
Jun 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 37 additions & 15 deletions docs/doxygen/doxygen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -939,18 +939,38 @@ WARN_LOGFILE = p4c-doxygen-warn.log
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT = ../../docs/README.md \
../../docs/doxygen \
../../docs/IR.md \
../../frontends \
../../midend \
../../backends \
../../lib \
../../ir \
../../control-plane \
../../LICENSE \
../../CHANGELOG.md \

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 \
../../backends/ebpf/README.md \
../../backends/ebpf/psa/README.md \
../../backends/graphs/README.md \
../../backends/p4fmt/README.md \
../../backends/p4test/README.md \
../../backends/p4tools/README.md \
../../backends/p4tools/CONTRIBUTORS.md \
../../backends/p4tools/modules/smith/README.md \
../../backends/p4tools/modules/testgen/README.md \
../../backends/p4tools/modules/testgen/benchmarks/README.md \
../../backends/p4tools/modules/testgen/targets/bmv2/test/README.md \
../../backends/tc/README.md \
../../backends/ubpf/README.md \
../../backends/ubpf/docs/EXAMPLES.md \
../../backends/ubpf/tests/README.md \
../../backends \
../../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 Expand Up @@ -1008,10 +1028,12 @@ RECURSIVE = YES

EXCLUDE = ../../frontends/p4/README.md \
../../midend/README.md \
../../extensions/p4_tests \
../../control-plane/PI \
./awesome_css \
./build
./build \
../../backends/p4tools/cmake/README.md \
../../backends/p4tools/common/lib/README.md \
../../backends/p4tools/common/README.md \
../../backends/p4tools/modules/testgen/lib/README.md \

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
Expand Down
Loading