@image - http:// names are OK. Added options for ALT name and addtional arguments. fixed extra white spaces around arguments.
- Added @value inside @uref and @email.
- Added
@minus.
- Added markup for application file element name.
- Added replacment pattern for tag in application file specification.
- Added another tag for navigation
Prev:/Next: only.
- Added support to `* (dir)xx::' in
@menu.
- Supported
@value in @ref
- Added user control on code before non item text in @code{@menu}.
- Allowed directory in -I to be relative to source top.
- allow comments between user entry auto comment and element
- ``C++'' templates rewrite
Will add parsing for addtional syntax in time.
This is not supported yet
class Z {
public:
///
template<class T> friend class X;
};
- broke derived classes lines when they are two long
- added Ncolumns configuration option
- support C++ namespaces
- Added a replacment pattern for entry name in application files
- Added removal of references to HTML::removeTags.
- Added special non ascii char between reference and it's text
- Added basic 26 letter hotlink in index.
- For a file item inside a namespace, set it's context to namespace.
- Added a directive to resolve to set context for parts in file.
- File default chapter is never in chapters page. A file that has one always has a file name hotlink in contents. Having the default chapter with file name in chapters list was very annoying.
- Tag for all page body.
- Add name of origin file to generated class file, to protect against duplicates.
- Added template class forward declaration
class X4 {
///
template <class T> class A;
};
Fixed handling of (was losing template spec in forward declaration
class X4 {
///
template <class T> class A {
}
};
- added tag for whole page.
- Added parsing of `typedef int x [5]' (need documenting)
- Added parsing of `typedef X::* x'
- Created tests subdirectory
- Improved friends & template handling
- Improved @itemize support.
- added tag for whole toc section
- User options for default protection and verbosity.
- Added @image command
- Moved to a different index syntax
`@./cindex' for local index. `@dir/cindex' to any location.
In the future we may enable any directory here.
- fixed flex to handle ``C++'' comments inside start condition sections. removed unneeded definitions when (stack and c++) are given together.
- added
explicit keyword to C++ parser
- Prefer
X over Y::X in @ref{X} outside Y
class X { };
class Y {
class X {
};
};
- Made a pass on greek symbols in WebEQ, and added what was missing symbols in symbols font.
- Math mode replacment
- Generic treatment of @ commands
- Added default math functions (sin,cos) and @func{text}
- add @mathop
- symbols (greek etc)
- @sqrt
- In texinfo, Have references check for a matching file in -I directories.
- Improved texinfo @inforef and dont add `See' to @ref
- Make index comparisons case insensitive.
- If a file contains a single section or class, can we do the right thing in a reference?
In reference for file name, exit frame only if toc for file exists.
- user commands
made @arg,@big,@small and @underline user commands.
- handle enum. find a nice way to display
- handle typedef
- 47.1 complex typedefs (pri 1)
-
- concise/full handling
- 48.1 done in class.
-
- 48.2 need in global
-
- handle macros
- handle globals
- have refrences in type, derived etc.
- ref context (pri 1)
- no break in toc
- give a user prefrences mechanism
- have an @arg{}
- handle templates (pri 1)
- 56.1 add refrences to vector (for vector<T>) and see if you can point vector<char> to there
- find a way to give a comment for several methods
- references to members
- 58.1 what about overoading
- overloaded functions. the first get a tag of simple name, all get a full tag that contains the arguments types.
- find syntax for tabular data
used texinfo @multitable, but allow \t instead of @tab
- ignore comments when counting {} (pri 2)
- for long argument lists, do something nice?
- add line number information for user error messages
- speed tohtml.l : give more patterns (dont output char by char)
- make sure every comment ends with a \n, so that patterns in tohtml.l can rely on it
- handle @node
- handle @footnote (pri 3)
- need some pointers in files -> (pri 3)
Did from class to its directory. What about from class to its file?
- handle anonymous union correctly
- add user defined parsing via regexes (pri 3)
- add nested classes defined in class body automatically (pri 1)
- add rerences for enum elements (pri 2)
- do the toc pointing if many entries (pri 3)
- dont give "cant find reference" for files or directories
- added @cartouche
- give line number in "cant find ref"
- have @menu
- have a third argument to ref with directory guideness (pri 1) or have it a part of first arg?
- need to set concise/full in file page (pri 1)
- handle = 0 for pure virtual (pri 2)
- 79.1 other initializers pri 2)
-
- tcl files (pri 3)
- give list of possibilites when conflict in ref
- remove all absolute paths in generated files
- move the up button to protection frame (pri 4)
- handle @xxx{} etc correctly in section and chapter names (pri 4)
- allow spaces in references
- had to re de-design frames. now we have empty pages again.
- find a notation and handle overloading of virtual functions (i.e have a link to actual member!) (pri 2)
- added friend class name
- if class has only public members - no selection ? (pri 4) moot. always selection
- align enum initializers
- have an option not to sort file entries
- have (int i = 5) in 3 table cells, so that init aligns
- have DD DT style for entries (can be from param)?
- add option for @display (pri 4)
- added friend functions
- ignore inline,extern if user asks? (pri 4)
- can escape an , in ref with @,
- better texi support - chapter return to top and section goes to chapter
- sort class names in toc (pri 3)
- provide an escape to handle pointers to functions and typedefs (pri 1) give type, name and terminating string?
//@special name terminating
- yacc support
- union
- %token
- %type
- rules
- link syntax
- CC code - take all out, and parse as C++
- free comment in tokens, rules?
- texinfo support
handle flag values
- check for unsupported section commands
- improved ref text and menu, so that they can have @ commands
- add @tex @end tex
- email command
- change x:a in ref to (x)a, to match texinfo style
- "¾" ? used greek dash
- tth errors report where
- need to think more about table of contents. indices? global better toc layout if no top (pri 3)
- dont have empty top (pri 2)
maybe put an extended index there?
- a file that contains one section, noting else - no toc. ?
- a directory has no default section - no top or
- support @value{}
- do A-C etc targets for extended contents page
- @special items are not in TOC?
- have footnote point back to origin
- added patters to cpplex that should speed c++ parsing
- put name of top directory instead of 'TOP'
- check for tth existence.
- try to find types in init values `const uint category = Binary::category'
- have alignexample section!!!
- how to - user files with sections only?
can give empty user auto comment.
- report virtual bug. not a bug. fixed code.
- why no ref to TickTranslator in `typedef void (TickTranslator::* TickBlkIterFunc)'
- when only one base class, take it as virtual base
- more general @table @something
can pass throu HTML again and take tags? what about multitable, itemize?
- no reason not to have HTML text in saved text in dir files.
- file types
- get extensions for file type from user prefs
- have special ¾ type ¾ in first line
- use `-*- type -*-' if nothing else
- put user file pattern in file? (yes)
- add replacment pattern for user item
- allow several values in line. default - all with spaces
- directories contents?
- friend Enet::x()
all methods have full tag now.
- allow @end if you can
- found how to parse `friend class X {'
- chapter navigation according to menu and texinfo node
how to handle in separate files?
for top topics in same file, they are linked according to order. texinfo chapters are linked.
- report istream bug.
- support C++ using.
- changes in setprot
- navigation
- how to go back to dir from top topic?
with <-
- how to go to class file? ( class might be from a link )
no way right now
- how to go to class dir?
with ->
- dir of toc
with <-
- toc up
up button
- find nice images for them, and the right way to do it
- if a file contains a single section or class, can we do the right thing in a files menu?
- verify that old files do get deleted
- allowed documantation of methods implementation.
still experimental. needs more work. no way to reference it, no reference from contents.
- texi mode: allowed @value in chapter names and @ref
- lame parsing of union
moved to full c++ parsing of union.
- flex support
- added user option for separator and paragraph tag of Prev/Next navigation.
- remove a const before func arg name.
- improved missing } message. fixed bug with unterminated @ref.
- texinfo: fixed text in menues problem.
- sort contents directory.
- switch position of Prev and Next.
- have correct file/line number in pref 'Value' errors.
- support file level '@set'
- initial support for @deftp and @deftypefun in texi mode
- added '@numerate @nested'
- added linkChapters in .doc file
- wrap characters in flex rules with <SAMP> for better visibility
- wrap characters in bison rules with <SAMP> for better visibility.
concatenate them together? no!.
- get file type from GNU -*- as a last resort
- When source file in dir-status is no longer there, remove it's entries
- Moved bison rule comment to rule start, to make the whole thing more readable and in anticipation of comments of specific productions. Hardwired bison rules to use DL,DT.
- in yacc support: added comments on particular productions.
- bison: give error message when a rule name is not found.
- removed files that have no top page, and no classes from files menus.
- do cindex etc
- pass index line via html if it contains a '@'
- add '@?inexl" for local index
- texi has it's own index.
- added warning when file hint does not match reference location.
- leave some file with time stamp that will enable make to re-do the smallest set of files that contained unresolved references
added a per directory file that contains names of files with unresolved references. timestamp is of last generation.
- accepted directories in command line so that the following works
- added logic to remove doc directory when source directory is deleted
- added
@include.
- added
@html ... @end html
- hacked TKdraw to generate embedded HTML.
- ignore "#ifdef" etc when looking for an entry in class scope
- more precise conrol over multitable alignment
- @columnfractions in multitable
- Do flex free comment in following rule level.
- Directory contents no longer needs loaded references to regenerate.
- make directories loaded only from @ref{()} second rate
- supported @itemx in @multitable too