Skip to content

Commit

Permalink
Merge branch 'fix_related_to_656' of https://github.com/jakobandersen…
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeeren committed Apr 23, 2021
2 parents e80a1a0 + b2cada8 commit 17a23a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions breathe/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def run(self) -> List[Node]:
(namespace, function_name) = namespaced_function.rsplit("::", 1)
except ValueError:
(namespace, function_name) = "", namespaced_function
namespace = namespace.strip()
function_name = function_name.strip()

try:
project_info = self.project_info_factory.create_project_info(self.options)
Expand Down

0 comments on commit 17a23a0

Please sign in to comment.