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

api: Doxygenize comments for resolve functions #697

Merged
merged 1 commit into from
Jan 27, 2021
Merged

Conversation

gumb0
Copy link
Collaborator

@gumb0 gumb0 commented Jan 27, 2021

No description provided.

@gumb0 gumb0 requested review from chfast and axic January 27, 2021 14:32
/// @a imported_functions may be in any order, but must contain functions for all of the imported
/// function names defined in the module.
std::vector<ExternalFunction> resolve_imported_functions(
const Module& module, const std::vector<ImportedFunction>& imported_functions);

// Global that should be used by instantiate as import, identified by module and global name.
/// Global that should be used by instantiate as import, identified by module and global name.
struct ImportedGlobal
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to also document the fields of ImportedFunction, ImportedGlobal, Instance? Maybe even if we do, we do not need to document very clear fields as this is mostly internal documentation.

@codecov
Copy link

codecov bot commented Jan 27, 2021

Codecov Report

Merging #697 (4e270a5) into master (db8f714) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #697   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          72       72           
  Lines       10542    10542           
=======================================
  Hits        10470    10470           
  Misses         72       72           
Flag Coverage Δ
spectests 90.84% <ø> (ø)
unittests 99.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/fizzy/instantiate.hpp 100.00% <ø> (ø)

@gumb0 gumb0 merged commit 48c2b50 into master Jan 27, 2021
@gumb0 gumb0 deleted the resolve-doxygen branch January 27, 2021 15:03
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

Successfully merging this pull request may close these issues.

2 participants