[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
htags bug
From: |
Hideki IWAMOTO |
Subject: |
htags bug |
Date: |
Sat, 15 Feb 2003 23:58:46 +0900 |
htags breaks the HTML tag containing the same word as the symbol in a source
code.
The following source code is a test case.
typedef signed char B; B foo;
typedef struct {int x;} FONT;
#define darkred FONT
typedef struct blue{int blue;} blue;
The HTML file which htags outputted looks as follows.
<B>typedefB> signed char B; B foo;
/* [<][>][^][v][top][bottom][index][help] */
typedef struct <FONT COLOR=blue>{int x;} FONT;
/* [<][>][^][v][top][bottom][index][help] */
<FONT COLOR=darkred>#define darkred FONT
typedef struct blueblue>{int blue;} blue;
/* [<][>][^][v][top][bottom][index][help] */
A patch was registered into
http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1108&group_id=64
----
Hideki IWAMOTO address@hidden
- htags bug,
Hideki IWAMOTO <=