1. 22 Dec, 2014 1 commit
  2. 01 Dec, 2014 1 commit
  3. 28 Nov, 2014 1 commit
    • albert-github's avatar
      Limit images sizes and make more uniform (LaTeX) · 329a4ddc
      albert-github authored
      This patch adjusts some problems regarding image sizes in LaTeX output of doxygen (a.o. Bug 738299 - When using msc or PlantUML, the default latex for the created image should include [width=\linewidth]) this has been done is such a way that all the "image" commands (i.e. image, dot, dotfile, msc, mscfile, diafile, startuml) operate in a similar way / have the same possibilities.
      
      - commands.doc
      Adjusted documentation to reflect changes.
      
      - cmdmapper.cpp
      - cmdmapper.h
      Added utility function to map command id back to command name
      
      - doctokenizer.h
      - doctokenizer.l
      Handle Caption  and Size indication. Required also that some other rules had to be tightened a bit (like usage of {} in startuml and usage of "" for captions. This was already described in the documentation in this way).
      
      - docparser.cpp
      - docparser.h
      Created routine to uniformly handle the Caption and size indications and store them in a general way.
      
      - latexgen.cpp
      Replaced graphicx package by adjustbox package (includes graphicx) to support "min width" etc.
      
      - doxygen.sty templates\latex
      Added commands to make commands with and without caption behave similar.
      
      - docbookvisitor.cpp
      - docbookvisitor.h
      - htmldocvisitor.cpp
      - latexdocvisitor.cpp
      - latexdocvisitor.h
      - printdocvisitor.h
      - xmldocvisitor.cpp
      Created routine to uniformly handle the Caption and size indications in a general way.
      
      - indexpage.xml (testing\022)
      - indexpage.xml (testing\031)
      - class_receiver.xml (testing\037)
      - class_sender.xml (testing\037)
      Adjusted example output.
      329a4ddc
  4. 16 Nov, 2014 1 commit
  5. 15 Nov, 2014 1 commit
  6. 04 Aug, 2014 1 commit
  7. 13 Jul, 2014 2 commits
  8. 12 Jul, 2014 3 commits
  9. 28 Jun, 2014 1 commit
  10. 20 Jun, 2014 1 commit
  11. 18 Jun, 2014 1 commit
  12. 17 Jun, 2014 1 commit
  13. 11 Jun, 2014 1 commit
  14. 10 Jun, 2014 1 commit
  15. 21 Apr, 2014 1 commit
  16. 19 Apr, 2014 1 commit
  17. 29 Mar, 2014 1 commit
  18. 27 Mar, 2014 1 commit
  19. 04 Feb, 2014 1 commit
  20. 01 Feb, 2014 1 commit
    • Adrian Negreanu's avatar
      testsqlite3: a test for sqlite3gen · 733aaaa0
      Adrian Negreanu authored
      This verifies the 'memberdef' table against the generated XMLs.
      It accomplishes this by executing a sql query, constructed by iterating
      through the children and attributes of the memberdef XML element.
      
      The information translated from xml to sql, is then removed from the DOM,
      and the unprocessed bits are printed as warning messages.
      
      usage:
          testing/testsqlite3.py -d /.../doxygen_sqlite3.db -x /.../xml/test__x11_8cpp.xml
      
      output:
      WARNING: 'location' has unprocessed attr 'bodyend'
      WARNING: 'memberdef' has unprocessed child elem 'briefdescription'
      WARNING: 'memberdef' has unprocessed child elem 'detaileddescription'
      WARNING: 'memberdef' has unprocessed child elem 'inbodydescription'
      WARNING: 'memberdef' has unprocessed child elem 'location'
      WARNING: 'memberdef' has unprocessed attr 'kind'
      WARNING: 'memberdef' has unprocessed attr 'prot'
      WARNING: 'memberdef' has unprocessed attr 'static'
      WARNING: 'memberdef' has unprocessed attr 'id'
      733aaaa0
  21. 26 Jan, 2014 1 commit
  22. 04 Jan, 2014 1 commit
  23. 06 Oct, 2013 1 commit
  24. 06 Sep, 2013 1 commit
  25. 19 Jul, 2013 3 commits