Skip to content

Commit e04dc65

Browse files
authored
Fix multi-line jsdoc comments (#2480)
* Fix multi-line jsdoc comments * Fix linter * Add changeset file
1 parent be7b54a commit e04dc65

File tree

14 files changed

+3991
-2211
lines changed

14 files changed

+3991
-2211
lines changed

.changeset/cool-laws-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openapi-typescript": minor
3+
---
4+
5+
Fix multi-line jsdoc comments

packages/openapi-fetch/test/examples/schemas/github.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20364,7 +20364,7 @@ export interface components {
2036420364
* ## Attribution
2036520365
*
2036620366
* This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.4, available at [http://contributor-covenant.org/version/1/4](http://contributor-covenant.org/version/1/4/).
20367-
* */
20367+
*/
2036820368
body?: string;
2036920369
/** Format: uri */
2037020370
html_url: string | null;
@@ -21740,7 +21740,7 @@ export interface components {
2174021740
* *.exe
2174121741
* *.out
2174221742
* *.app
21743-
* */
21743+
*/
2174421744
source: string;
2174521745
};
2174621746
/**
@@ -21830,7 +21830,7 @@ export interface components {
2183021830
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2183121831
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2183221832
* SOFTWARE.
21833-
* */
21833+
*/
2183421834
body: string;
2183521835
/** @example true */
2183621836
featured: boolean;
@@ -87756,7 +87756,7 @@ export interface components {
8775687756
/** @description A comma-separated list of rule targets to filter by.
8775787757
* If provided, only rulesets that apply to the specified targets will be returned.
8775887758
* For example, `branch,tag,push`.
87759-
* */
87759+
*/
8776087760
"ruleset-targets": string;
8776187761
/** @description The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit to tags. Omit the prefix to search across all refs. When specified, only rule evaluations triggered for this ref will be returned. */
8776287762
"ref-in-query": string;
@@ -98281,7 +98281,7 @@ export interface operations {
9828198281
/** @description A comma-separated list of rule targets to filter by.
9828298282
* If provided, only rulesets that apply to the specified targets will be returned.
9828398283
* For example, `branch,tag,push`.
98284-
* */
98284+
*/
9828598285
targets?: components["parameters"]["ruleset-targets"];
9828698286
};
9828798287
header?: never;
@@ -115670,7 +115670,7 @@ export interface operations {
115670115670
/** @description A comma-separated list of rule targets to filter by.
115671115671
* If provided, only rulesets that apply to the specified targets will be returned.
115672115672
* For example, `branch,tag,push`.
115673-
* */
115673+
*/
115674115674
targets?: components["parameters"]["ruleset-targets"];
115675115675
};
115676115676
header?: never;

0 commit comments

Comments
 (0)