~ubuntu-branches/ubuntu/oneiric/libclaw/oneiric

« back to all changes in this revision

Viewing changes to debian/patches/html-doc-paths.diff

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge
  • Date: 2010-12-23 20:55:14 UTC
  • mfrom: (4.2.1 sid)
  • Revision ID: james.westby@ubuntu.com-20101223205514-s10m6ywla7s4ttqf
Tags: 1.6.1-3
UploadĀ inĀ sid

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: libclaw-1.5.3/doc/Doxyfile
2
 
===================================================================
3
 
--- libclaw-1.5.3.orig/doc/Doxyfile     2008-08-28 14:52:51.000000000 +0200
4
 
+++ libclaw-1.5.3/doc/Doxyfile  2008-08-28 14:53:10.000000000 +0200
5
 
@@ -25,7 +25,7 @@
6
 
 ALWAYS_DETAILED_SEC    = NO
7
 
 INLINE_INHERITED_MEMB  = NO
8
 
 FULL_PATH_NAMES        = YES
 
1
Set the correct input path for doxygen, relatively to the debian folder.Index: libclaw-1.6.0/doc/Doxyfile
 
2
===================================================================
 
3
Index: libclaw-1.6.1/doc/Doxyfile
 
4
===================================================================
 
5
--- libclaw-1.6.1.orig/doc/Doxyfile     2010-11-25 19:41:27.263366002 +0100
 
6
+++ libclaw-1.6.1/doc/Doxyfile  2010-11-25 19:41:28.255366002 +0100
 
7
@@ -124,7 +124,7 @@
 
8
 # If left blank the directory from which doxygen is run is used as the
 
9
 # path to strip.
 
10
 
9
11
-STRIP_FROM_PATH        = ../claw/
10
12
+STRIP_FROM_PATH        = ../../claw/
11
 
 STRIP_FROM_INC_PATH    = 
12
 
 SHORT_NAMES            = NO
13
 
 JAVADOC_AUTOBRIEF      = NO
14
 
@@ -81,7 +81,7 @@
15
 
 #---------------------------------------------------------------------------
16
 
 # configuration options related to the input files
17
 
 #---------------------------------------------------------------------------
 
13
 
 
14
 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
 
15
 # the path mentioned in the documentation of a class, which tells
 
16
@@ -578,7 +578,7 @@
 
17
 # directories like "/usr/src/myproject". Separate the files or directories
 
18
 # with spaces.
 
19
 
18
20
-INPUT                  = ../claw
19
21
+INPUT                  = ../../claw
20
 
 FILE_PATTERNS          = *.c \
21
 
                          *.cc \
22
 
                          *.cxx \
 
22
 
 
23
 # This tag can be used to specify the character encoding of the source files
 
24
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is