Skip to content

NVStore: add comments in header file for Doxygen formatting sake. #6359

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

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

davidsaada
Copy link
Contributor

@davidsaada davidsaada commented Mar 14, 2018

Description

Enclosing NVStore class with comments for Doxygen sake.

Pull request type

  • Fix

@@ -50,6 +50,11 @@ typedef enum {
// defines 2 areas - active and nonactive, not configurable
#define NVSTORE_NUM_AREAS 2

/** NVStore class
*
* NVStore Class
Copy link
Contributor

Choose a reason for hiding this comment

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

NVStore Class

why is this doubled here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@SenRamakri @AnotherButler Care to answer?

Copy link
Contributor

Choose a reason for hiding this comment

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

I would expect here something similar to https://github.com/ARMmbed/mbed-os/blob/master/platform/FileBase.h#L36, even an example how to use this object (some drivers have it).

Copy link
Contributor

Choose a reason for hiding this comment

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

@geky
Copy link
Contributor

geky commented Mar 14, 2018

Hey @studavekar, is the doxy generation running on prs now? This would be a great pr to test it on.

@davidsaada
Copy link
Contributor Author

Added a short description instead of the doubled text

Copy link
Contributor

@SenRamakri SenRamakri left a comment

Choose a reason for hiding this comment

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

Looks good.

@0xc0170
Copy link
Contributor

0xc0170 commented Mar 15, 2018

/morph build

@mbed-ci
Copy link

mbed-ci commented Mar 15, 2018

Build : SUCCESS

Build number : 1452
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6359/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Mar 15, 2018

@studavekar
Copy link
Contributor

Hey @studavekar, is the doxy generation running on prs now? This would be a great pr to test it on.

@geky doxy generation should be available in docs dir http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/6359/

@geky
Copy link
Contributor

geky commented Mar 15, 2018

Ah, @studavekar very neat! So it's a part of the build step?

Here's the nvstore doxygen in case anyone is interested:
http://mbed-os.s3-eu-west-1.amazonaws.com/builds/6359/docs/html/classNVStore.html

@cmonr
Copy link
Contributor

cmonr commented Mar 15, 2018

/morph test

@mbed-ci
Copy link

mbed-ci commented Mar 16, 2018

@cmonr cmonr merged commit 0a1fc95 into ARMmbed:master Mar 16, 2018
@davidsaada davidsaada deleted the david_sotp_cpp branch March 20, 2018 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants