X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fsubst.c;fp=webcit%2Fsubst.c;h=1a8d029f0eef959e6f96c4ae65bd6d7b6219c1d9;hp=41a352e6878b96373a18fe3b53c1eda7d42b2f04;hb=a64bfc27dd3a05603efa1a729cc1ae4922e7ed17;hpb=8ea4feb1accb732d1ce7a208f8139c8ee91777dc diff --git a/webcit/subst.c b/webcit/subst.c index 41a352e68..1a8d029f0 100644 --- a/webcit/subst.c +++ b/webcit/subst.c @@ -584,10 +584,10 @@ long GetTemplateTokenNumber(StrBuf *Target, WCTemplputParams *TP, int N, long df } -/** - * \brief puts string into the template and computes which escape methon we should use - * \param Source the string we should put into the template - * \param FormatTypeIndex where should we look for escape types if? +/* + * puts string into the template and computes which escape methon we should use + * Source = the string we should put into the template + * FormatTypeIndex = where should we look for escape types if? */ void StrBufAppendTemplate(StrBuf *Target, WCTemplputParams *TP,