안녕하세요.
덕 분에 DocBook을 잘 사용하고 있습니다.
사용 중 <function> 태그를 사용하여 html로 변환 시키면
function name 앞에 fcfunc라는 메세지가 출력되는데
fsfunc가 안뜨게 할 수 없을까요?
<<xml>>
<funcprototype>
<funcdef>int <function> IsValidOwner</function></funcdef>
<paramdef> WORD <parameter> wTargetID</parameter></paramdef>
<paramdef> WORD <parameter> wSourceID</parameter></paramdef>
</funcprototype>
<<html>>
int fsfunc IsValidOwner( wTargetID,
wSourceID);