The Wayback Machine - http://web.archive.org/web/20200920185053/https://github.com/SUPERAndroidAnalyzer/super/issues/65
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

Documentation for `static_analysis/manifest.rs` #65

Open
Razican opened this issue Oct 11, 2016 · 0 comments
Open

Documentation for `static_analysis/manifest.rs` #65

Razican opened this issue Oct 11, 2016 · 0 comments

Comments

@Razican
Copy link
Member

@Razican Razican commented Oct 11, 2016

Most of the code is still not documented. This is the tracking issue for static_analysis/manifest.rs file documentation.

  • Module level documentation.
  • manifest_analysis() function:
    • Function level documentation.
    • Inline comments.
  • Manifest struct:
    • Struct level documentation.
    • load() function:
      • Function level documentation.
      • Inline comments.
    • set_code() function.
    • get_code() function.
    • get_package() function.
    • set_package() function.
    • set_version_number() function.
    • get_version_number() function.
    • get_version_str() function.
    • get_label() function.
    • set_label() function.
    • get_description() function.
    • set_description() function.
    • get_min_sdk() function.
    • set_min_sdk() function.
    • get_target_sdk() function.
    • set_target_sdk() function.
    • has_code() function.
    • set_has_code() function.
    • allows_backup() function.
    • set_allows_backup() function.
    • needs_large_heap() function.
    • set_large_heap() function.
    • get_install_location() function.
    • set_install_location() function.
    • is_debug() function.
    • set_debug() function.
    • get_permission_checklist() function
    • get_mut_permission_checklist() function.
  • InstallLocation enum:
    • Module level documentation.
    • Enum variants.
  • get_line() function.
  • Tests:
    • it_get_line() function.
    • it_install_loc_from_str() function.
    • it_permission_checklist() function.
    • it_permission() function.
  • PermissionChecklist struct:
    • Struct level documentation.
    • needs_permision() function.
    • set_needs_permision() function.
  • Permission enum:
    • Enum level documentation.
    • Enum variants.
    • as_str() function.

@Razican Razican mentioned this issue Oct 11, 2016

4 of 22 tasks complete
@Razican Razican removed the Hacktoberfest label Oct 31, 2016
@Razican Razican added novemb.rs and removed novemb.rs labels Nov 17, 2016
@Razican Razican removed the Hacktoberfest label Nov 18, 2017
@Razican Razican added this to the SUPER 0.6.0 milestone Nov 11, 2019
@Razican Razican modified the milestones: SUPER 0.6.0, SUPER 0.7.0 Mar 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.