~ubuntu-branches/ubuntu/raring/eclipse-linuxtools/raring

« back to all changes in this revision

Viewing changes to libhover/org.eclipse.linuxtools.cdt.libhover.texinfoparsers/src/org/eclipse/linuxtools/cdt/libhover/texinfoparsers/ParseAutomakeTexinfo.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2012-06-29 12:07:30 UTC
  • Revision ID: package-import@ubuntu.com-20120629120730-um7a5gz1w6yzx3hg
Tags: 1.0.0-1
* New upstream release.
* Remove eclipse-cdt-autotools binary package.
  - The code moved to Eclipse CDT.
* Drop d/patches/valgrind-remove-unused-emf-dependency.patch
  - Included upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        // Currently in automake docs, the macro section starts with
40
40
        // a subsection as below and a table which contains macros which
41
41
        // are item and itemx entries.
42
 
        static final String MacrosStart = "@subsection\\sPublic\\smacros";
43
 
        static final String OldMacrosStart = "@section\\sAutoconf\\smacros.*";
 
42
        static final String MacrosStart = "@subsection\\sPublic\\sMacros";
 
43
        static final String OldMacrosStart = "@section\\sAutoconf\\sMacros.*";
44
44
        static final Pattern MacroSection1 = Pattern.compile(MacrosStart);
45
45
        static final Pattern MacroSection2 = Pattern.compile(OldMacrosStart);
46
46
        //                           0