[xml] leftover comment? (numberedString)



Still putting along through xmlschemas.c :)

Another unusual comment block turned up around line 905:


---

/**
 * numberedString:
 * @prefix:  the string prefix
 * @number:  the number
 *
 * Build a new numbered string
 *
 * Returns the new string
 */

---


And there is no corresponding function. A quick grep shows that this is
the only reference to "numberedString" anywhere in the entirety of the
code, so I'm assuming it's a left-over comment (since there's no "TODO"
notice anywhere near it.)


-- Travis




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]