[Doxygen-users] (no subject)
Brought to you by:
dimitri
|
From: <xi...@ia...> - 2005-04-11 07:04:53
|
Hi=2C
When I use doxygen to create the html document in chinese=2C =
I find that a apace will be automaticaly added between two lines =
documented in different lines in source code=2EThe space is redundance=2E=
For example=3A
In source code =3A
/**
*gggggggggggggggggggggg =
*hhhhhhhhhhhhhhhhhhhhhh
*/
in html document doxygen created=3A
gggggggggggggggg hhhhhhhhhhhhhh
hhhhhhhh
I hope it is =3A
gggggggggggggggghhhhhhhhhhhhhh
hhhhhhhh
note=3A
g and h is chinese word respectively=2E
=
|