diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-31 14:52:27 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-31 14:52:27 (GMT) |
commit | abe1d57c583f5fa2f45f8c880e0e0c439b8c920e (patch) | |
tree | d85c12608e6b29b49fc472fef206b9bfe014b57b /src/util.h | |
parent | ab861c197c596f78c7aea4f45c0e1252de10fc1f (diff) | |
parent | bf35f16863f067286260ad4b68ec4c0ae7febdf1 (diff) | |
download | Doxygen-abe1d57c583f5fa2f45f8c880e0e0c439b8c920e.zip Doxygen-abe1d57c583f5fa2f45f8c880e0e0c439b8c920e.tar.gz Doxygen-abe1d57c583f5fa2f45f8c880e0e0c439b8c920e.tar.bz2 |
Merge branch 'feature/bug_extension' of https://github.com/albert-github/doxygen into albert-github-feature/bug_extension
Conflicts:
src/util.cpp
Diffstat (limited to 'src/util.h')
-rwxr-xr-x[-rw-r--r--] | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index a1a1bba..acb3e92 100644..100755 --- a/src/util.h +++ b/src/util.h @@ -470,6 +470,7 @@ void convertProtectionLevel( ); bool mainPageHasTitle(); +void initFilePattern(void); #endif |