Browse Source

Doxyfile: Set STRIP_FROM_INC_PATH to project root

Show proper #include's on struct pages.

Before:

    #include <buffer.h>

After

    #include <libavutil/buffer.h>
tags/n3.2
Timothy Gu 8 years ago
parent
commit
708d9e9fba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Doxyfile

+ 1
- 1
doc/Doxyfile View File

@@ -161,7 +161,7 @@ STRIP_FROM_PATH = .
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.

STRIP_FROM_INC_PATH =
STRIP_FROM_INC_PATH = .

# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't


Loading…
Cancel
Save