Skip to content

Commit

Permalink
Merge pull request #38 from rpavlik/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
rpavlik authored Dec 8, 2022
2 parents c7099ec + 11229e4 commit 5d8262f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ TAB_SIZE = 4
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.

ALIASES = "xrentity{1}=\xrefitem xrentity \"OpenXR Entity\" \"OpenXR Entities\" [\1](https://www.khronos.org/registry/OpenXR/specs/1.0/man/html/\1.html) @addindex \1"
ALIASES = "xrentity{1}=\xrefitem xrentity \"OpenXR Entity\" \"OpenXR Entities\" [\1](https://www.khronos.org/registry/OpenXR/specs/1.0/man/html/\1.html) \\addindex \1"
ALIASES += "found_by_adl=Found by argument-dependent lookup, no need for explicit namespace qualification."

# This tag can be used to specify a number of word-keyword mappings (TCL only).
Expand Down
3 changes: 0 additions & 3 deletions scripts/cpp_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,6 @@ def _block_doxygen_comment(s):
return _block_comment(s, doxygen=True)


# def _make_dummy_param(name, typename, cdecl):
# return MemberOrParam(typename, False, True, False, False, False, 0, False, [], None, None, 0, None, False, True, name, None, cdecl)

class StructProjection:
"""Stores the struct details implementation."""

Expand Down
2 changes: 1 addition & 1 deletion scripts/template_openxr_dispatch_dynamic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace OPENXR_HPP_NAMESPACE {
class DispatchLoaderDynamic {
public:
/*!
* @name Constuctor/Factory functions
* @name Constructor/Factory functions
* @{
*/
/*!
Expand Down

0 comments on commit 5d8262f

Please sign in to comment.