giscanner: use "if in [a, b]" instead of "if == a or if == b"
[platform/upstream/gobject-introspection.git] / tests / doctool /
2012-10-28 Giovanni CampagnaExpand on the documentation tests
2012-08-29 Jasper St. PierreUpdate tests to show off some new features
2012-08-29 Jasper St. Pierretests: Don't error out if there is no existing directory
2012-04-26 Rico Tzschichholzg-ir-doc-tool: Update expected file
2012-02-21 Tomeu Vizosog-ir-doc-tool: Remove class structs from Python docs
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add support for virtual functions
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add a method in the tests
2012-02-21 Tomeu Vizosog-ir-doc-tool: Remove constructors from python docs
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add class to its own hierarchy tree
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add tests for signals
2012-02-21 Tomeu Vizosog-ir-doc-tool: Add the first argument of signals to...
2012-02-21 Tomeu Vizosog-ir-doc-tool: Create a GIR file specific for testing...
2012-02-21 Rico Tzschichholzg-ir-doc-tool: Update expected tests
2012-02-20 Tomeu Vizosog-ir-doc-tool: Change the -o option to receive a directory
2012-02-20 Tomeu VizosoMerge branch 'mallard-templates'
2012-02-20 Tomeu Vizosog-ir-doc-tool: Update expected tests, some whitespace...
2012-02-20 Tomeu Vizosog-ir-doc-tool: Add some more stuff to Enum pages
2012-02-20 Tomeu Vizosog-ir-doc-tool: Display the hierarchy tree for classes
2012-02-20 Tomeu Vizosog-ir-doc-tool: Fix names of xref links
2012-02-20 Tomeu Vizosog-ir-doc-tool: Move constructor example to follow the...
2012-02-20 Tomeu Vizosog-ir-doc-tool: Qualify the class name in the constructo...
2012-02-20 Tomeu Vizosog-ir-doc-tool: Add links to properties in the constructor
2012-02-20 Tomeu Vizosog-ir-doc-tool: Show how to construct instances in the...
2012-02-19 Tomeu Vizosog-ir-doc-tool: Implement intra-namespace cross references
2012-02-19 Tomeu Vizosog-ir-doc-tool: Remove some occurrences of empty Returns...
2012-02-19 Tomeu Vizosog-ir-doc-tool: use True and False instead of %TRUE...
2012-02-19 Tomeu Vizosog-ir-doc-tool: Remove module and class from the functio...
2012-02-19 Tomeu Vizosog-ir-doc-tool: Use None instead of %NULL
2012-02-19 Tomeu Vizosog-ir-doc-tool: Use the ctype for the return type in...
2012-02-19 Tomeu Vizosog-ir-doc-tool: Display Returns: even if there's no...
2012-02-18 Tomeu Vizosog-ir-doc-tool: Update expected, some whitespace was...
2012-02-18 Tomeu Vizosog-ir-doc-tool: Add Since: tag to mallard docs
2012-02-18 Tomeu Vizosog-ir-doctool: Add function argument docs to the C template
2012-02-18 Tomeu Vizosog-ir-doctool: Add argument docs to the Python template
2012-02-17 Tomeu Vizosog-ir-doc-tool: Update expected mallard for the doc...
2012-02-17 Tomeu Vizosog-ir-doctool: Move to Mako templates for generating...
2011-08-23 Colin Waltersdoctool: Disable tests for now
2011-08-18 Tomeu Vizosotests/doctool: Remove MALLARD_DIRS from BUILT_SOURCES
2011-08-15 Tomeu Vizosotests/doctools: Properly clean the temporary mallard...
2011-08-15 Tomeu Vizosotests/doctool: Update the -expected dirs
2011-08-15 Tomeu Vizosotests/doctool: Make sure we regenerate the mallard...
2011-08-15 Tomeu Vizosotests/doctool: Better way of copying the .gir
2011-08-15 Tomeu Vizosotests/doctool: Compare -expected directories instead...
2011-08-15 Tomeu Vizosotests/doctool: Switch to test the mallard formatter
2011-08-15 Tomeu Vizosotests/doctool: Add the right -expected files to dist
2011-08-15 Tomeu Vizosotests/doctool: Update expected files
2011-08-15 Tomeu Vizosog-ir-doc-tool: Use namespace.class for Python
2011-08-15 Tomeu Vizosog-ir-doc-tool: Add -expected test for Python docbook
2011-08-13 Johan DahlinMerge remote-tracking branch 'origin/gir-docbook'
2011-08-13 Tomeu Vizosotests/doctool: Updated -expected to match the code...
2011-08-13 Tomeu Vizosog-ir-doc-tool: Add alias elements (typedef)
2011-08-13 Johan DahlinUpdate expected after rebase
2011-08-13 Johan DahlinMove doctool over to common.mk
2011-08-13 Tomeu Vizosog-ir-doc-tool: Use same link ids as gtk-doc-mkdb does
2011-08-13 Tomeu Vizosog-ir-doc-tool: Move out the * from the return value...
2011-08-13 Tomeu Vizosog-ir-doc-tool: Move the * out the type link
2011-08-12 Tomeu Vizosog-ir-doctool: Add annotations (some)
2011-08-12 Tomeu Vizosog-ir-doc-tool: Generate parameter list in the detail
2011-08-12 Tomeu Vizosotests/doctool: use GIRepository gir instead of Regress
2011-08-11 Tomeu Vizosog-ir-doc-tool: Add DOCTYPE
2011-08-11 Tomeu Vizosotests/doctool: Sync -expected.xml
2011-08-11 Tomeu Vizosotests/doctool: Add an echo while building the docbook
2011-08-11 Tomeu Vizosog-ir-doc-tool: Generate a <refentry> element at the...
2011-08-11 Tomeu VizosoAdd a way to check for unintended effects of changes...