- In multitable, a @tab followed by a `\n' did not pop item mode, so a nested multitable was not recognized.
- @multitable @columnfractions did not work without column alignment
- Too many spaces between `const' and argument name foils const detection and type remains `uint const'.
void f(uint const expected);
- An unterminated reference core dumps (fails an assert).
/// @ref{adjust
- An empty union crashes.
///
union {
time_t lowest;
};
- Failes to parse
int q[1][1];
Alse
@ifset QEnotes
...
did not work
///
class X {
/// @ref{X, @rightarrow}
int a;
};
produced incorrect HTML source.
- The following code does not parse correctly
X(int a,
#if defined( N )
int b,
#endif
int c);
- `char x = 'i';' will find a reference to `int i(...)'. Same inside a string.
- The following generates a bogus (to the directory) hyperlink.
/// @ref{X}
struct X { };
- No error message for `@ite' line.
- `@samp{@@}' in a menu kept both @.
- Text in user entry that contains `@{}' is not handled properly.
- Under unknown conditions, chapters in CONTENTS page are lost.
It happens when a HouseKeep was created and deleted without running generateContents. I added a flag in ExtendedContents to check for that.
- Extended contents of higher directories is not regenerated when directories are deleted from a lower level.
(I think this has been solved by the separation of contents and references. Will wait to see if it happens again.)
- Default chapter does not have an insureTOC call.
- `@ref{X}' inside nested class
X::Y resolves to X::X instead of X
- In CONTENTS page, classes and files hot links are intermixed.
- `[-l' in contents?
- Texinfo indices in top entries go to global index.
- `---x' fail to generate a dash (¾x).
- Outside references in texinfo files has an extra brace at end.
- Line counting in index is incorrect
- @url should be only a markup.
- `@table @key' handled incorrectly.
- A `@@' in a menu text need special handling just like inside a ref.
- Flex parsing did not ignore a `{' in the pattern `[{]'
- Bison file did not set haveRefs in all cases.
- Crash when bison %union had no documented members.
- Nested multitables are missing end of cell/row, which confuses Netscape.
- @url does not handle @ commands in text.
- Empty arg in function caused an assertion failure.
- Gregarious `@tex' problem.
- stringEnd does not recognizes an empty string
- In texinfo files, ignore anything after the @bye.
- index generation is incorrect.
- @url does not exit frames structure.
- Spaces in `#if defined( X )' are not handled correctly.
- Two or more footnotes in different members get the same number. Make footnote number global
- `x: ';' ;' in bison, first
';' terminates the rule.
- Add \n at end of comment without an elaborate part, if it does not have one.
- Improve separator to extend to full possible length.
- Nested flex rules are displayed incorrectly with default file items settings.
- When nothing in file, remove it's references from reference file.
- `@clear' in texinfo mode
- Bug with `@table @samp' and new @samp definition.
- `[ \t]'
-
- `[(){}]'
-
- `"{"'
-
- Bug with flex rules
- Bug in `AutoComment::operator =(AutoComment const& c)'
- `operator Mode (void) const;' not parsed correctly.
- `virtual' not printed in `class X : public virtual Y'.
- `template <typename T, class C = vector<T> >' is missing the <T>
- @value in menu item is not expanded.
- @value in chapter name is handled incorrectly in chapter linking.
- Toc link incorrectly handles <> in name (from C++ template)
- Small bug with zero args template `template <>'
- Small bug in parseArgs.
- @ref in user entry replacment did not work.
- Crash when user pattern contains an error.
- `@ref{xx(int&,int&),xx}' does not work
- Handle extra space at end of `@table @code '.
- A reference in same file has file name.
- A file at the top crashed main.
- after a top is nameless once, when you try to give it a name an assertion failes.
- Path for @refs and @ref{(...)} should be relative to source location!
- Bug with qualified type and no arg name (f(A::B))
- Sections in contents jumping more than one level.
- Remove extra blanks at section name end.
- Errors in bison %union has incorrect line number.
- Texinfo commands in top name do not work.
- itemize @somthing in tohtml.l
- Link in class name (struct X<Y>::Z) to Z?
- Fix @table Rule @asis
- Count items with a blank at end counts one more
- More than one top topics and compiling only one file - thinks there is only one topic.