mirror of
https://github.com/cc65/cc65.git
synced 2025-01-02 09:34:22 +00:00
Update documentation for line_bynumber
This commit is contained in:
parent
8ea0dfe453
commit
9ee0c835e5
@ -258,7 +258,8 @@ const cc65_lineinfo* cc65_line_bynumber (cc65_dbginfo handle,
|
||||
unsigned source_id,
|
||||
cc65_line line);
|
||||
/* Return line information for a source file/line number combination. The
|
||||
** function returns NULL if no line information was found.
|
||||
** function returns NULL if no line information was found, otherwise a list
|
||||
** of line infos.
|
||||
*/
|
||||
|
||||
const cc65_lineinfo* cc65_line_bysource (cc65_dbginfo Handle, unsigned source_id);
|
||||
|
Loading…
Reference in New Issue
Block a user