phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.78k stars 124 forks source link

docs: refine API docs for files in Project dir #1915

Closed devvaannsh closed 3 weeks ago

devvaannsh commented 3 weeks ago

In ProjectManager.js and ProjectModel.js, JSDoc comments were missing for some constants that needed to be included in the API documentation. These have now been added.

In workingSetView.js, certain comments were written using /.../. These have been reformatted to /*.../ to maintain consistency across the codebase.

sonarcloud[bot] commented 3 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

abose commented 3 weeks ago

LGTM Merging. Thanks for contributing @devvaannsh