diff options
author | tasn <tasn> | 2012-06-10 14:56:06 +0000 |
---|---|---|
committer | tasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2012-06-10 14:56:06 +0000 |
commit | 0f3650762a898f15fbf813464c012f72066d7911 (patch) | |
tree | b9b9f55010dd2a2f22bcd038f7c2145c0cc1fbc5 /doc | |
parent | b430ac5865919e9ea708ba0ce7f9b861afdb70e5 (diff) | |
download | eobj-0f3650762a898f15fbf813464c012f72066d7911.tar.gz eobj-0f3650762a898f15fbf813464c012f72066d7911.tar.bz2 eobj-0f3650762a898f15fbf813464c012f72066d7911.zip |
Eo: Restructure source tree to be like the rest of the EFL.
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@71904 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index b898de3..56abe89 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -598,7 +598,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @CMAKE_SOURCE_DIR@/lib +INPUT = @CMAKE_SOURCE_DIR@/src/lib # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is @@ -658,7 +658,7 @@ EXCLUDE_SYMBOLS = # directories that contain example code fragments that are included (see # the \include command). -EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/examples +EXAMPLE_PATH = @CMAKE_SOURCE_DIR@/src/examples # If the value of the EXAMPLE_PATH tag contains directories, you can use the # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp |