- Aug 21, 2012
-
-
Rene Saarsoo authored
Encapsulate both full metadata rendering and signature rendering inside it.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Showing the text: New since {version} This is quite a hack, but was really needed. Damn!
-
- Aug 15, 2012
-
-
Rene Saarsoo authored
-
- Aug 09, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
- Aug 08, 2012
-
-
Rene Saarsoo authored
Use 4 sections instead of previous 3: - Main options - Customizing output - Tweaking - Debugging
-
Rene Saarsoo authored
The last empty line is now added by JsDuck::OptionParser, so no need to add it in every option description and inside Logger#doc_warnings. Additionally changed the default title to: "Documentation - JSDuck"
-
Rene Saarsoo authored
--help without arguments will now print a short list of all options. --help=--option-name prints a detailed description of the given option. Implemented with JsDuck::OptionParser class that extends builtin OptionParser with the ability to print out help in two formats: short list of all options & long description of specific option.
-
Rene Saarsoo authored
Treat this case as we do with other such comments in JavaScipt - by defaulting to property.
-
- Aug 07, 2012
-
-
Rene Saarsoo authored
The old Logger.fatal is now replaced with fatal_backtrace.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The actual patch is maintained in: https://github.com/nene/esprima/tree/linenr-in-range
-
Rene Saarsoo authored
Having the esprima source right inside JSDuck source tree is more convenient for other developers as there's no need to additionally clone esprima repository in addition to jsduck itself. Also the esprima.js needs to be modified only rarely.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This got broken by previous commit that added printing of filename.
-
Rene Saarsoo authored
Except for one case with @since tag where I can't access the context of input filename.
-
Rene Saarsoo authored
Only in UNIX.
-
Rene Saarsoo authored
Because a class can consist of several files, list all the files separated by spaces.
-
Rene Saarsoo authored
Using both Gemfile for bundler and a .gemspec for gem doesn't seem to work quite well together. Besides I'm not really making much use of bunder, so I feel I'm better off without this additional complexity. Though, this means I need to explicitly list the dependencies to be installed for development, but there are only a few, so it really shouldn't be much of an issue.
-
- Aug 06, 2012
-
-
Rene Saarsoo authored
Allows defining a different version as a starting point for generating @new tags.
-
Rene Saarsoo authored
Removed the old yellow "Private" sign from classes - they now have an orange "private" bubble just like members. All other meta tags now also show up in class header.
-
Rene Saarsoo authored
Without this the lookup table will report duplicates that aren't really there.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
First off just a tag-based implementation of Ext4 overrides.
-
- Aug 03, 2012
-
-
Rene Saarsoo authored
-