Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some doxygen symbols do not resolve #13

Open
bennylp opened this issue Feb 13, 2023 · 0 comments
Open

Some doxygen symbols do not resolve #13

bennylp opened this issue Feb 13, 2023 · 0 comments

Comments

@bennylp
Copy link
Member

bennylp commented Feb 13, 2023

  1. Some macros wong resolve, e.g. PJ_HAS_TCP. Sample page: Writing guide.

    Suspicion: maybe because these macros have been declared somewhere else, e.g. by ./configure?

  2. Some enum values must be explicitly specified with the enum name, otherwise they won't resolve. For example, in Video user's guide, PJSUA_CALL_VID_STRM_ADD must be explicitly written as pjsua_call_vid_strm_op::PJSUA_CALL_VID_STRM_ADD.

    Suspicion: is it because the enum was declared in enum typedef?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant