Skip to content

Conversation

m417z
Copy link
Contributor

@m417z m417z commented Sep 23, 2025

The fixes were made by Claude Sonnet 4

The fixes were made by Claude Sonnet 4
@ChrisDenton
Copy link
Contributor

Just very quickly skimming this but a lot of these seem wrong. is being erroneously replaced with - instead of .

@m417z
Copy link
Contributor Author

m417z commented Sep 24, 2025

Thanks, I made another pass that replaces some of the dashes with spaces. Let me know if you still find anything that's incorrect.

UID: NF:control.IMediaControl.GetState
title: IMediaControl::GetState (control.h)
description: The GetState method retrieves the state of the filter graphpaused, running, or stopped.
description: The GetState method retrieves the state of the filter graph: paused, running, or stopped.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@GrantMeStrength please note:

  1. It's not valid to use : in a string in YAML without quotes.
  2. That's the text the documentation itself contains:
    The <code>GetState</code> method retrieves the state of the filter graph—paused, running, or stopped.

It's also the case for some of your other changes - the dash can also be found in the documentation itself.

@GrantMeStrength GrantMeStrength merged commit fc4b90f into MicrosoftDocs:docs Sep 24, 2025
1 check passed
@m417z
Copy link
Contributor Author

m417z commented Sep 24, 2025

Unfortunately some of the follow-up commits that were merged caused some of the files to become invalid due to the : symbol, for example:
https://github.com/MicrosoftDocs/sdk-api/blob/docs/sdk-api-src/content/msrdc/nf-msrdc-irdcgeneratorfiltermaxparameters-sethashwindowsize.md

@m417z m417z deleted the fix-unicode-invalid-char branch September 24, 2025 23:28
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.

3 participants