Browse Source

Merge pull request #653 from lamby/966657-json-c-please-make-the-build-reproducible

Make the documentation build reproducibly
tags/json-c-0.16-20220414
Eric Hawicz GitHub 5 years ago
parent
commit
56a89f902f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/Doxyfile.in

+ 1
- 1
doc/Doxyfile.in View File

@@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.

STRIP_FROM_PATH =
STRIP_FROM_PATH = @CMAKE_SOURCE_DIR@

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which


Loading…
Cancel
Save